home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / ssl-cert / ssleay.cnf
Encoding:
Text File  |  2006-05-24  |  594 b   |  21 lines

  1. #
  2. # SSLeay example configuration file.
  3. #
  4.  
  5. RANDFILE                = $ENV::HOME/.rnd
  6.  
  7. [ req ]
  8. default_bits            = 1024
  9. default_keyfile         = privkey.pem
  10. distinguished_name      = req_distinguished_name
  11. prompt                  = no
  12.  
  13. [ req_distinguished_name ]
  14. countryName                     = @CountryName@
  15. stateOrProvinceName             = @StateName@
  16. localityName                    = @LocalityName@
  17. organizationName                = @OrganisationName@
  18. organizationalUnitName          = @OUName@
  19. commonName                      = @HostName@
  20. emailAddress                    = @Email@
  21.